home *** CD-ROM | disk | FTP | other *** search
/ Safarir 3 / SafTV-CD3.iso / pc / Bonus / Dessins Animés / static / jeux / rouge.swf / scripts / DefineButton2_14 / BUTTONCONDACTION on(keyPress Up).as < prev   
Text File  |  2002-02-03  |  290b  |  10 lines

  1. on(keyPress "<Up>"){
  2.    if(-139 < _root.etchy.drawing.dot._y)
  3.    {
  4.       _root.etchy.drawing.dot.duplicateMovieClip("dot" + _root.number,_root.number);
  5.       _root.etchy.drawing.dot._y -= 1;
  6.       _root.number = _root.number + 1;
  7.       _root.etchy.rightknob._rotation += 6;
  8.    }
  9. }
  10.